projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e91037
)
(nntp-request-group): Undo previous change (4xx and 5xx responses are
author
Andrew Innes
<andrewi@gnu.org>
Mon, 14 Dec 1998 09:03:04 +0000
(09:03 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Mon, 14 Dec 1998 09:03:04 +0000
(09:03 +0000)
already handled properly).
lisp/gnus/nntp.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nntp.el
b/lisp/gnus/nntp.el
index f92166ad21448009654da96aa3ecf2c91d052ecb..0812be9917de86b11e53c93583162550edc58152 100644
(file)
--- a/
lisp/gnus/nntp.el
+++ b/
lisp/gnus/nntp.el
@@
-603,7
+603,7
@@
server there that you can connect to. See also `nntp-open-connection-function'"
(deffoo nntp-request-group (group &optional server dont-check)
(nntp-possibly-change-group nil server)
- (when (nntp-send-command "^
[245]
.*\n" "GROUP" group)
+ (when (nntp-send-command "^
2
.*\n" "GROUP" group)
(let ((entry (nntp-find-connection-entry nntp-server-buffer)))
(setcar (cddr entry) group))))